home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2719 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  624 b 

  1. Path: news.halcyon.com!usenet
  2. From: normanb@halcyon.com (Norm Bryar)
  3. Newsgroups: comp.lang.c++
  4. Subject: Sedgewick red-black trees
  5. Date: Fri, 19 Jan 1996 05:25:19 GMT
  6. Organization: Northwest Nexus Inc.
  7. Message-ID: <4dn9v7$gl@news.halcyon.com>
  8. NNTP-Posting-Host: blv-pm10-ip7.halcyon.com
  9. X-Newsreader: Forte Free Agent 1.0.82
  10.  
  11. Greetings all;
  12.  
  13.     Has anyone fleshed out Robert Sedgewick's red-black tree
  14. implementation?  Chap 15 of "Algorithms in C++" has compact, elegant
  15. code for insertion and searching into a balanced, red-black tree, but
  16. it seems to be missing the code for how to delete a node!
  17.     Thanks much.
  18.                         --Norm
  19.  
  20.